From c35e8672fbd86aca2422aece979cc2eae8ed3cdd Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 11 Feb 2008 14:50:50 +0000 Subject: [PATCH] xen-api: Add TOC and hyperlink cross reference to xen-api document Signed-off-by: Stefan Berger --- docs/xen-api/revision-history.tex | 7 +++++++ docs/xen-api/xenapi-coversheet.tex | 2 +- docs/xen-api/xenapi.tex | 5 +++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/xen-api/revision-history.tex b/docs/xen-api/revision-history.tex index 70ac17390f..d282adb106 100644 --- a/docs/xen-api/revision-history.tex +++ b/docs/xen-api/revision-history.tex @@ -23,5 +23,12 @@ \end{flushleft} \end{minipage}\\ \hline + 1.0.2 & 11th Feb. 08 & S. Berger & + \begin{minipage}[t]{7cm} + \begin{flushleft} + Added table of contents and hyperlink cross reference. + \end{flushleft} + \end{minipage}\\ + \hline \end{tabular} \end{center} \ No newline at end of file diff --git a/docs/xen-api/xenapi-coversheet.tex b/docs/xen-api/xenapi-coversheet.tex index bf9371f073..c35190acfe 100644 --- a/docs/xen-api/xenapi-coversheet.tex +++ b/docs/xen-api/xenapi-coversheet.tex @@ -17,7 +17,7 @@ \newcommand{\coversheetlogo}{xen.eps} %% Document date -\newcommand{\datestring}{25th January 2008} +\newcommand{\datestring}{11th February 2008} \newcommand{\releasestatement}{Stable Release} diff --git a/docs/xen-api/xenapi.tex b/docs/xen-api/xenapi.tex index f71689e377..902d9b2daf 100644 --- a/docs/xen-api/xenapi.tex +++ b/docs/xen-api/xenapi.tex @@ -17,6 +17,7 @@ \usepackage{graphics} \usepackage{longtable} \usepackage{fancyhdr} +\usepackage{hyperref} \setlength\topskip{0cm} \setlength\topmargin{0cm} @@ -35,6 +36,10 @@ % The revision history \include{revision-history} +% Table of contents +\tableofcontents + + % ... and off we go! \chapter{Introduction} -- 2.30.2